home *** CD-ROM | disk | FTP | other *** search
- <script language="JavaScript">
- <!--
- // origjnal code by Bill Trefzger 12/12/96
- function go(){
- if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") {
- location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
- }
- }
- //-->
- </script>
-
- <script language="JavaScript">
- <!--
- document.write('<form name="selecter"><select name="select1" size=1>');
- /* HOMESITE */
- document.write('</select>');
- document.write('<INPUT TYPE="button" VALUE="Go" onclick="go()">');
- document.write('</form>');
- //-->
- </script>